home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / clang / netclb23.zip / ENCRYPT.H < prev    next >
C/C++ Source or Header  |  1994-05-20  |  268b  |  12 lines

  1. #ifndef ENCRYPT_H
  2. #define ENCRYPT_H
  3.  
  4. /**********************************/
  5. /* Password Encryption prototypes */
  6. /**********************************/
  7.  
  8. int EncryptPassword(long objectID,char *userPassword,
  9.                     char *encryptedPassword);
  10.  
  11. #endif
  12.